home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000114_fdc@watsun.cc.columbia.edu_Thu May 10 13:00:12 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  49 lines

  1. Article: 12397 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.unix.solaris,comp.protocols.kermit.misc
  5. Subject: Re: Reverse Telnet (terminal Server) on Solaris
  6. Date: 8 May 2001 13:40:21 GMT
  7. Organization: Columbia University
  8. Lines: 31
  9. Distribution: inet
  10. Message-ID: <9d8t05$aem$1@newsmaster.cc.columbia.edu>
  11. References: <3af7495b.138443220@nntp.lucent.com> <9d7ns6$ien$2@news.panix.com>
  12. NNTP-Posting-Host: watsun.cc.columbia.edu
  13. X-Trace: newsmaster.cc.columbia.edu 989329221 10710 128.59.39.2 (8 May 2001 13:40:21 GMT)
  14. X-Complaints-To: postmaster@columbia.edu
  15. NNTP-Posting-Date: 8 May 2001 13:40:21 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.unix.solaris:325317 comp.protocols.kermit.misc:12397
  17.  
  18. In article <9d7ns6$ien$2@news.panix.com>, Greg Andrews <gerg@panix.com> wrote:
  19. : stefaandk@{nospam}lucent.com writes:
  20. : >
  21. : >Does anyone know how to set this up.
  22. : >I need a reverse telnet (terminal server) on solaris.
  23. : >In other words I want to telnet into my solaris box and then use my
  24. : >serial ports for console access to a router.
  25. : Sounds like you're connecting your router's RS232 console port
  26. : to your Solaris machine's RS232 port.
  27. : So you would telnet or ssh to your Solaris machine, get logged in,
  28. : then use tip, kermit, or cu to send your keystrokes out through the
  29. : Solaris machine's serial port and see the replies from the router.
  30. : Tip and cu come with Solaris, kermit is an add-on program (though one
  31. : a lot of people use).
  32. C-Kermit for Solaris is here:
  33.  
  34.   http://www.columbia.edu/kermit/ckermit.html
  35.  
  36. The advantage over tip and cu is that it lets you script repetitive
  37. or complicated interactions so you don't have to do everything by hand
  38. all the time.  Some sites use Kermit scripts to configure their routers.
  39. This has the advantage that it can be done repeatedly, can be easily
  40. adapted to other routers, and serves as documentation of the router's
  41. configuration.  For an introduction to Kermit scripts, see:
  42.  
  43.   http://www.columbia.edu/kermit/ckscripts.html
  44.  
  45. - Frank
  46.